[NO_PTY_H]: Don't include pty.h.
authorRichard M. Stallman <rms@gnu.org>
Mon, 29 Mar 1993 04:34:46 +0000 (04:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 29 Mar 1993 04:34:46 +0000 (04:34 +0000)
src/systty.h

index 7e5efa0946da515fcec39dc42396ef1baa21ceaf..5c6b04ee91b3e749d72db3491ae4b35132c7bd78 100644 (file)
@@ -110,8 +110,10 @@ static struct sensemode {
 #include <sys/ttyhw.h>
 #include <sys/stream.h>
 #endif
+#ifndef NO_PTY_H
 #include <sys/pty.h>
 #endif
+#endif
 
 /* saka@pfu.fujitsu.co.JP writes:
    FASYNC defined in this file. But, FASYNC don't working.